purple_request_field_string_new

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. PurpleRequestField* purple_request_field_string_new(const(char)* id, const(char)* text, const(char)* default_value, gboolean multiline)
    version(Derelict_Link_Static)
    extern (C) extern (C) nothrow
    purple_request_field_string_new
    (
    const(char)* id
    ,
    const(char)* text
    ,
    const(char)* default_value
    ,
    gboolean multiline
    )
  2. da_purple_request_field_string_new purple_request_field_string_new;

Meta